Northwoods.GoSilverlight 1.3.5 Assembly
IsNodeData Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : IsNodeData Method

nodedata
the NodeType object to be checked to see if it is a known node data in this model
This predicate is true if the argument is a node data in this model.

Syntax

Visual Basic (Declaration) 
Public Function IsNodeData( _
   ByVal nodedata As NodeType _
) As Boolean
C# 
public bool IsNodeData( 
   NodeType nodedata
)

Parameters

nodedata
the NodeType object to be checked to see if it is a known node data in this model

Return Value

true if the nodedata is in the NodesSource

Remarks

This is used for model navigation.

This uses a hash table lookup.

Requirements

See Also

© 2012 All Rights Reserved.